.headernbrand {
  width: 100%;
  min-height: 360px;
  background-color: #da291c;
  display: flex;
}
@media screen and (max-width: 768px) {
  .headernbrand {
    flex-direction: column;
  }
}
.headernbrand .header-txt {
  width: 55%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 100px 20px 100px;
}
@media screen and (max-width: 991px) {
  .headernbrand .header-txt {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .headernbrand .header-txt {
    width: 100%;
    padding: 30px;
    min-height: auto;
  }
}
.headernbrand .header-txt .logo-n {
  width: 100%;
}
.headernbrand .header-txt .logo-n img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .headernbrand .header-txt .logo-n img {
    margin: 0 auto;
  }
}
.headernbrand .header-txt .title-n {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .headernbrand .header-txt .title-n {
    justify-content: center;
  }
}
.headernbrand .header-txt .title-n h2 {
  font-size: 40px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .headernbrand .header-txt .title-n h2 {
    font-size: 30px;
    text-align: center;
  }
}
.headernbrand .header-txt .title-n h2 span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}
.headernbrand .header-txt .title-n h2 p {
  font-size: 1.5rem;
  color: #fff;
}
.headernbrand .header-img {
  width: 45%;
  background: url("https://img03.en25.com/EloquaImages/clients/AvayaInc/%7B2ca844bd-d1a1-4599-998b-b51772b5f38b%7D_patt.png");
  background-size: cover;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .headernbrand .header-img {
    background-position: center;
  }
}
.headernbrand .header-img img {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .headernbrand .header-img img {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .headernbrand .header-img {
    width: 100%;
    min-height: 300px;
  }
}

.l-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 25px;
  color: #666;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .l-txt {
    padding: 20px;
  }
}
.l-txt a {
  font-family: "Noto Sans JP", sans-serif;
}
.l-txt .sep img {
  width: 200px;
  margin: 0 auto;
  padding-top: 1rem;
}
.l-txt .boxw {
  width: 100%;
  min-height: 200px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  border-bottom: 5px solid #da291c;
  font-family: "Noto Sans JP", sans-serif;
  webkit-box-shadow: 5px 4px 20px -13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 4px 20px -13px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 4px 20px -13px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .l-txt .boxw {
    margin-bottom: 20px;
  }
}
.l-txt .boxw .boxtxt {
  min-height: 150px;
  padding: 2rem;
}
.l-txt .boxw .boxtxt h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
  color: #da291c;
}
.l-txt .boxw .boxtxt h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
  border-left: 6px solid #da291c;
  padding-left: 1rem;
  height: 2rem;
  display: flex;
  align-items: center;
}
.l-txt .boxw .boxtxt ul {
  padding-left: 20px;
}
.l-txt .boxw .boxtxt ul li {
  list-style: square;
}
.l-txt .boxw .boxtxt p {
  font-family: "Noto Sans JP", sans-serif;
}
.l-txt .boxw .boxtxt a {
  color: #da291c;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
}
.l-txt .boxw .boxtxt a:hover img {
  margin-left: 10px;
  transition: all 0.3s ease 0s;
}
.l-txt .boxw .boxtxt a img {
  width: 32px;
  height: 32px;
  margin-left: 5px;
  transition: all 0.3s ease 0s;
}
.l-txt .boxw .boxtxt .title-2in {
  display: flex;
  margin-bottom: 1.5rem;
}
.l-txt .boxw .boxtxt .title-2in .inim img {
  width: 100px;
}
.l-txt .boxw .boxtxt .title-2in .intx {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.l-txt .boxw .boxtxt .txt-or {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-txt .boxw .boxtxt .txt-or {
    flex-direction: column;
  }
}
.l-txt .boxw .boxtxt .txt-or .or1 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .l-txt .boxw .boxtxt .txt-or .or1 {
    width: 100%;
  }
}
.l-txt .boxw .boxtxt .txt-or .or2 {
  text-align: center;
  display: flex;
  align-items: center;
  padding-right: 1.5rem;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .l-txt .boxw .boxtxt .txt-or .or2 {
    width: 100%;
  }
}
.l-txt .boxw .boxtxt .txt-or .or3 {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .l-txt .boxw .boxtxt .txt-or .or3 {
    width: 100%;
  }
}
.l-txt .boxw .boximg {
  flex-grow: 1;
  height: 320px;
  overflow: hidden;
}
.l-txt .boxw .boximg img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.avaya-gr {
  width: 100%;
  min-height: 300px;
  background-color: #f1f1f3;
  background-image: url("https://img03.en25.com/EloquaImages/clients/AvayaInc/%7Be15918a8-740a-4b6c-9429-ba67ee11ae20%7D_avaya.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.avaya-gr h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #da291c;
}
.avaya-gr h2 span {
  font-size: 1rem;
  font-weight: 400;
}

.tform2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 35px;
}

.tform3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 35px;
  color: #000;
  text-align: center;
}

.cta {
  width: 100%;
  min-height: 200px;
}

.officekit {
  width: 100%;
  min-height: 200px;
  background: #ffffff;
  padding: 3rem;
}
.officekit .row-kit {
  min-height: 100px;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.officekit .row-kit:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .officekit .row-kit {
    flex-direction: column;
  }
}
.officekit .row-kit .kit-col {
  width: 50%;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .officekit .row-kit .kit-col {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
  }
}
.officekit .row-kit .kit-col h2 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
  border-left: 6px solid #da291c;
  padding-left: 1rem;
  height: 2rem;
  display: flex;
  align-items: center;
}
.officekit .row-kit .kit-col p {
  line-height: 1.4rem;
}

.cont-cols {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cont-cols {
    flex-direction: column;
  }
}
.cont-cols .col-sm-7 {
  order: 1;
}
@media screen and (max-width: 768px) {
  .cont-cols .col-sm-7 {
    order: 2;
  }
}
.cont-cols .col-sm-5 {
  order: 2;
}
@media screen and (max-width: 768px) {
  .cont-cols .col-sm-5 {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .hideme {
    display: none;
  }
}

.showme {
  display: none;
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .showme {
    display: block;
  }
}
